Carbon


SetNextControl

Header: Controls.h Carbon status: Unsupported

void SetNextControl (
    ControlHandle control, 
    ControlHandle nextControl
);
CARBON NOTES

The SetNextControl function is not supported in Carbon. Use the Control Manager's embedding hierarchy functions (CreateRootControl, GetRootControl, EmbedControl, AutoEmbedControl, GetSuperControl, GetIndexedSubControl, and SetControlSupervisor) to determine control ordering instead.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)